Adwaita: Fix app-notification theming
authorMatthias Clasen <mclasen@redhat.com>
Tue, 22 Dec 2015 18:48:32 +0000 (13:48 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 22 Dec 2015 18:53:43 +0000 (13:53 -0500)
The way to disable the frame border has changed.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 4bcd95ff5ba3f9e4b7f60d4c3660b576cbbb9616..3b15c76d9bc12e793bffb021f80c2d5dda9784e3 100644 (file)
@@ -2750,7 +2750,6 @@ row {
 .app-notification.frame {
   @extend %osd;
   padding: 10px;
-  border: none;
   border-radius: 0 0 5px 5px;
   background-color: $osd_bg_color;
   background-image: linear-gradient(to bottom, transparentize(black, 0.8),
@@ -2759,6 +2758,7 @@ row {
   &:backdrop { background-image: none; }
 
   button { @extend %osd_button; }
+  border { border: none; }
 }
 
 /*************
index eadf5764d98e7b0182365303076861f1535342ee..890e81218d8f13797fa4fe802aee7265096d451e 100644 (file)
@@ -3868,7 +3868,6 @@ row {
 .app-notification,
 .app-notification.frame {
   padding: 10px;
-  border: none;
   border-radius: 0 0 5px 5px;
   background-color: rgba(32, 37, 38, 0.8);
   background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px);
@@ -3876,6 +3875,9 @@ row {
   .app-notification:backdrop,
   .app-notification.frame:backdrop {
     background-image: none; }
+  .app-notification border,
+  .app-notification.frame border {
+    border: none; }
 
 /*************
  * Expanders *
index 30b97209bf8da5c350b7b3f7308ea9aa17951841..e9357ce761e43a6e149b99f84d2a2aed8de952cb 100644 (file)
@@ -4038,7 +4038,6 @@ row {
 .app-notification,
 .app-notification.frame {
   padding: 10px;
-  border: none;
   border-radius: 0 0 5px 5px;
   background-color: rgba(32, 37, 38, 0.8);
   background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px);
@@ -4046,6 +4045,9 @@ row {
   .app-notification:backdrop,
   .app-notification.frame:backdrop {
     background-image: none; }
+  .app-notification border,
+  .app-notification.frame border {
+    border: none; }
 
 /*************
  * Expanders *